Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show available updates in Dashboard #4828

Merged

Conversation

miaawong
Copy link
Member

@miaawong miaawong commented Aug 16, 2024

What this PR does / why we need it:

https://app.shortcut.com/replicated/story/108146/show-on-the-dashboard-that-there-are-newly-available-versions#activity-110729
Screenshot 2024-08-16 at 4 18 36 PM

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps to reproduce

Does this PR introduce a user-facing change?

Show available updates in Dashboard for Embedded Cluster

Does this PR require documentation?

@miaawong miaawong added the type::feature New feature or request label Aug 16, 2024
@miaawong miaawong marked this pull request as ready for review August 19, 2024 16:25
@miaawong miaawong requested a review from sgalsaleh August 19, 2024 16:25
@miaawong miaawong force-pushed the miawong/sc-108146/show-on-the-dashboard-that-there-are-newly branch 2 times, most recently from 7faeb90 to 92af5c3 Compare August 20, 2024 20:27
@@ -110,6 +114,11 @@ type State = {
versionToDeploy: Version | null;
viewLogsErrMsg: string;
yamlErrorDetails: string[];
upgradeService: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's no upgrade service here though, no?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see a lot of duplicate logic from the available update row in the version history page. wonder if we can reuse some of that.

@miaawong miaawong force-pushed the miawong/sc-108146/show-on-the-dashboard-that-there-are-newly branch from 92af5c3 to 2b62c65 Compare August 22, 2024 18:47
@miaawong miaawong merged commit c9ecaf0 into main Aug 23, 2024
110 checks passed
@miaawong miaawong deleted the miawong/sc-108146/show-on-the-dashboard-that-there-are-newly branch August 23, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants